DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / ISupportRangeEditing<T> Interface / CanMoveRange Method
The original index.
The number of items to be moved.
The destination index.

In This Topic
    CanMoveRange Method (ISupportRangeEditing<T>)
    In This Topic
    Determines whether the item at fromIndex can be moved to toIndex.
    Syntax
    'Declaration
     
    Function CanMoveRange( _
       ByVal fromIndex As Integer, _
       ByVal count As Integer, _
       ByVal toIndex As Integer _
    ) As Boolean
    bool CanMoveRange( 
       int fromIndex,
       int count,
       int toIndex
    )

    Parameters

    fromIndex
    The original index.
    count
    The number of items to be moved.
    toIndex
    The destination index.
    See Also